Versions:

  • 0.19.6
  • 0.19.5
  • 0.19.4
  • 0.19.3
  • 0.18.6
  • 0.18.5
  • 0.18.4
  • 0.18.3
  • 0.18.1
  • 0.18.0
  • 0.17.3
  • 0.17.2
  • 0.17.1
  • 0.17.0
  • 0.16.4
  • 0.16.3
  • 0.16.2
  • 0.16.1
  • 0.16.0
  • 0.15.5
  • 0.15.4
  • 0.15.3
  • 0.15.2
  • 0.15.1
  • 0.15.0
  • 0.14.7
  • 0.12.1
  • 0.9.3

Livebook 0.19.6 is an interactive notebook environment designed to automate code and data workflows written in Elixir. Published by Livebook and distributed under an open-source license, the application provides a web-based interface where developers, data scientists, and educators can create, share, and execute Elixir notebooks in real time. Each notebook combines executable cells, rich markdown documentation, and live visualizations, making it suitable for exploratory data analysis, machine-learning experiments, API prototyping, and teaching functional programming concepts. Since its first public release, the project has evolved through 28 consecutive versions, steadily adding features such as collaborative editing, persistent sessions, and integrated package management that downloads Hex dependencies automatically. The software embeds the Erlang runtime, so every code block runs inside a supervised BEAM node, giving users fault-tolerant concurrency and hot-code reloading without external configuration. Additional modules support chart generation, database queries, and remote node interaction, allowing notebooks to orchestrate distributed Elixir systems or extract and visualize data from PostgreSQL, MySQL, and SQLite sources. Because notebooks are stored as plain Markdown files with optional `.livemd` extension, they version cleanly in Git and can be exported to HTML or PDF for reporting. Livebook is available for free on get.nero.com; downloads are provided via trusted Windows package sources such as winget, always delivering the latest version and supporting batch installation of multiple applications.

Tags: